- string processing
- обработка строк (строковых данных)
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
String (computer science) — In formal languages, which are used in mathematical logic and theoretical computer science, a string is a finite sequence of symbols that are chosen from a set or alphabet. In computer programming, a string is traditionally a sequence of… … Wikipedia
String interning — In computer science, string interning is a method of storing only one copy of each distinct string value, which must be immutable. Interning strings makes some string processing tasks more time or space efficient at the cost of requiring more… … Wikipedia
Processing (programming language) — Processing Paradigm(s) object oriented Appeared in 2001; 9 years ago (2001) … Wikipedia
String literal — A string literal is the representation of a string value within the source code of a computer program. There are numerous alternate notations for specifying string literals, and the exact notation depends on the individual programming language in … Wikipedia
String Buffer — In object oriented programming, a String Buffer is an alternative to String. It has the ability to be altered through adding or appending, whereas a String is normally fixed or unchangeable. Java s approach Theory Java s standard way to handle… … Wikipedia
String cheese — For the band, see The String Cheese Incident. Traditional Korbáčiky from Slovakia Several different types of cheese are known as string cheese. It is peelable and when peeled, it does so in strings or strips from the larger cheese. In Slovakia, a … Wikipedia
String exploits — Several implementation / design flaws are associated with string programming, some of those are associated with security exploits. Concatenation problems It is possible to cause String1 + User Input String + String2 to behave in unepected ways by … Wikipedia
Transparallel processing — is a form of processing, in computing or otherwise, in which items are processed simultaneously by one processor.Transparallel processing complements the three forms of processing called: * subserial processing, in which items are processed one… … Wikipedia
printf format string — An example of the printf function. Printf format string (which stands for print formatted ) refers to a control parameter used by a class of functions typically associated with some types of programming languages. The format string specifies a… … Wikipedia
List of string quartet composers — Born before 1800= *Giovanni Battista Sammartini (ca. 1700 ndash;1775): wrote several quartets though as with many early works for the medium some of these could be played equally by a small string orchestra. *Christian Cannabich (1731 ndash;1798) … Wikipedia
Empty string — In computer science and formal language theory, the empty string (or null string)[1] is the unique string of length zero. It is denoted with λ or sometimes Λ or ε. The empty string is distinct from a null reference in that in an object oriented… … Wikipedia